Html Css Color HEX #7678FA Light Slate Blue

📋 copy color: '#7678FA'

red 118 ◦ green 120 ◦ blue 250

#7678FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #7678FA

Tints of Light Slate Blue #7678FA

RGB

 RED value IS 118 (46.48% from 255) = 24.18%

 GREEN value IS 120 (47.27% from 255) = 24.59%

 BLUE value IS 250 (98.05% from 255) = 51.23%

R = 24.18%
G = 24.59%
B = 51.23%

CMYK

 C value IS 0.53

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7678FA (or 0x7678FA) is known color: Light Slate Blue. HEX triplet: 76, 78 and FA. RGB value is (118,120,250). Sum of RGB (Red+Green+Blue) = 118+120+250=488 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.18% from 488); Green value is 120 (47.27% from 255 or 24.59% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #7678FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7678FA is #898705. Grayscale: #858585. Windows color (decimal): -9012998 or 16414838. OLE color: 16414838.

HSL color Cylindrical-coordinate representation of color #7678FA: hue angle of 239.09º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7678FA is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 118 120 250 -
CMYK 0.53 0.52 0 0.02
HSL 239.09º 0.93% 0.72% -
HSV(B) 239.09º 0.53% 0.98% -
XYZ 31.44 24.19 93.45 -
YUV 134.22 193.34 116.43 -
System Red Green Blue C M Y K H S L
Decimal 118 120 250 0.53 0.52 0 0.02 239.09 0.93 0.72
Hex 76 78 FA 35 34 0 2 EF 5D 48
Octal 166 170 372 65 64 0 2 357 135 110
Binary 1110110 1111000 11111010 110101 110100 0 10 11101111 1011101 1001000

Color Harmonies of #7678FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7678FA

Black with #7678FA

Text Example


Text Example

White with #7678FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7678FA; }

 p { color: rgb(118,120,250); }

 H1.HeaderClassName
 {
   color: #7678FA;
 }
 .AnyTagClassName
 {
   color: #7678FA;
 }
</style>

background-color css

<style>
 a { background-color: #7678FA; }

 a { background-color: rgb(118,120,250); }

 div.DivClassName
 {
   background-color: #7678FA;
 }
 .BgClassName
 {
   background-color: #7678FA;
 }
</style>

border-color css

<style>
 span { border-color: #7678FA; }

 span { border-color: rgb(118,120,250); }

 td.TdClassName
 {
   border-color: #7678FA;
 }
 .TagClassName
 {
   border-color: #7678FA;
 }
</style>