Html Css Color HEX #747FF8 Light Slate Blue

📋 copy color: '#747FF8'

red 116 ◦ green 127 ◦ blue 248

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

Shades of Light Slate Blue #747FF8

Tints of Light Slate Blue #747FF8

RGB

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

 GREEN value IS 127 (50% from 255) = 25.87%

 BLUE value IS 248 (97.27% from 255) = 50.51%

R = 23.63%
G = 25.87%
B = 50.51%

CMYK

 C value IS 0.53

 M value IS 0.49

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#747FF8 (or 0x747FF8) is known color: Light Slate Blue. HEX triplet: 74, 7F and F8. RGB value is (116,127,248). Sum of RGB (Red+Green+Blue) = 116+127+248=491 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.63% from 491); Green value is 127 (50% from 255 or 25.87% from 491); Blue value is 248 (97.27% from 255 or 50.51% from 491); Max value from RGB is 248 - color contains mainly: blue. Hex color #747FF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #747FF8 is #8B8007. Grayscale: #898989. Windows color (decimal): -9142280 or 16285556. OLE color: 16285556.

HSL color Cylindrical-coordinate representation of color #747FF8: hue angle of 235º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #747FF8 is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 116 127 248 -
CMYK 0.53 0.49 0 0.03
HSL 235º 0.9% 0.71% -
HSV(B) 235º 0.53% 0.97% -
XYZ 31.74 25.67 92.09 -
YUV 137.51 190.36 112.66 -
System Red Green Blue C M Y K H S L
Decimal 116 127 248 0.53 0.49 0 0.03 235 0.9 0.71
Hex 74 7F F8 35 31 0 3 EB 5A 47
Octal 164 177 370 65 61 0 3 353 132 107
Binary 1110100 1111111 11111000 110101 110001 0 11 11101011 1011010 1000111

Color Harmonies of #747FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747FF8

Black with #747FF8

Text Example


Text Example

White with #747FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747FF8; }

 p { color: rgb(116,127,248); }

 H1.HeaderClassName
 {
   color: #747FF8;
 }
 .AnyTagClassName
 {
   color: #747FF8;
 }
</style>

background-color css

<style>
 a { background-color: #747FF8; }

 a { background-color: rgb(116,127,248); }

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

border-color css

<style>
 span { border-color: #747FF8; }

 span { border-color: rgb(116,127,248); }

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