Html Css Color HEX #747BF8 Light Slate Blue

📋 copy color: '#747BF8'

red 116 ◦ green 123 ◦ blue 248

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

Shades of Light Slate Blue #747BF8

Tints of Light Slate Blue #747BF8

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.26%

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

R = 23.82%
G = 25.26%
B = 50.92%

CMYK

 C value IS 0.53

 M value IS 0.50

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#747BF8 (or 0x747BF8) is known color: Light Slate Blue. HEX triplet: 74, 7B and F8. RGB value is (116,123,248). Sum of RGB (Red+Green+Blue) = 116+123+248=487 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.82% from 487); Green value is 123 (48.44% from 255 or 25.26% from 487); Blue value is 248 (97.27% from 255 or 50.92% from 487); Max value from RGB is 248 - color contains mainly: blue. Hex color #747BF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #747BF8 is #8B8407. Grayscale: #868686. Windows color (decimal): -9143304 or 16284532. OLE color: 16284532.

HSL color Cylindrical-coordinate representation of color #747BF8: hue angle of 236.82º 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 #747BF8 is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 116 123 248 -
CMYK 0.53 0.50 0 0.03
HSL 236.82º 0.9% 0.71% -
HSV(B) 236.82º 0.53% 0.97% -
XYZ 31.23 24.66 91.92 -
YUV 135.16 191.68 114.34 -
System Red Green Blue C M Y K H S L
Decimal 116 123 248 0.53 0.50 0 0.03 236.82 0.9 0.71
Hex 74 7B F8 35 32 0 3 ED 5A 47
Octal 164 173 370 65 62 0 3 355 132 107
Binary 1110100 1111011 11111000 110101 110010 0 11 11101101 1011010 1000111

Color Harmonies of #747BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747BF8

Black with #747BF8

Text Example


Text Example

White with #747BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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