Html Css Color HEX #7478FF Light Slate Blue

📋 copy color: '#7478FF'

red 116 ◦ green 120 ◦ blue 255

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

Shades of Light Slate Blue #7478FF

Tints of Light Slate Blue #7478FF

RGB

 RED value IS 116 (45.7% from 255) = 23.63%

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

 BLUE value IS 255 (100% from 255) = 51.93%

R = 23.63%
G = 24.44%
B = 51.93%

CMYK

 C value IS 0.55

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7478FF (or 0x7478FF) is known color: Light Slate Blue. HEX triplet: 74, 78 and FF. RGB value is (116,120,255). Sum of RGB (Red+Green+Blue) = 116+120+255=491 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.63% from 491); Green value is 120 (47.27% from 255 or 24.44% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #7478FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7478FF is #8B8700. Grayscale: #858585. Windows color (decimal): -9144065 or 16742516. OLE color: 16742516.

HSL color Cylindrical-coordinate representation of color #7478FF: hue angle of 238.27º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7478FF is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 116 120 255 -
CMYK 0.55 0.53 0 0
HSL 238.27º 1% 0.73% -
HSV(B) 238.27º 0.55% 1% -
XYZ 31.97 24.37 97.63 -
YUV 134.19 196.17 115.02 -
System Red Green Blue C M Y K H S L
Decimal 116 120 255 0.55 0.53 0 0 238.27 1 0.73
Hex 74 78 FF 37 35 0 0 EE 64 49
Octal 164 170 377 67 65 0 0 356 144 111
Binary 1110100 1111000 11111111 110111 110101 0 0 11101110 1100100 1001001

Color Harmonies of #7478FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7478FF

Black with #7478FF

Text Example


Text Example

White with #7478FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7478FF; }

 p { color: rgb(116,120,255); }

 H1.HeaderClassName
 {
   color: #7478FF;
 }
 .AnyTagClassName
 {
   color: #7478FF;
 }
</style>

background-color css

<style>
 a { background-color: #7478FF; }

 a { background-color: rgb(116,120,255); }

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

border-color css

<style>
 span { border-color: #7478FF; }

 span { border-color: rgb(116,120,255); }

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