Html Css Color HEX #747FFB Light Slate Blue

📋 copy color: '#747FFB'

red 116 ◦ green 127 ◦ blue 251

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

Shades of Light Slate Blue #747FFB

Tints of Light Slate Blue #747FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.81%

R = 23.48%
G = 25.71%
B = 50.81%

CMYK

 C value IS 0.54

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#747FFB (or 0x747FFB) is known color: Light Slate Blue. HEX triplet: 74, 7F and FB. RGB value is (116,127,251). Sum of RGB (Red+Green+Blue) = 116+127+251=494 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.48% from 494); Green value is 127 (50% from 255 or 25.71% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #747FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #747FFB is #8B8004. Grayscale: #898989. Windows color (decimal): -9142277 or 16482164. OLE color: 16482164.

HSL color Cylindrical-coordinate representation of color #747FFB: hue angle of 235.11º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #747FFB is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 116 127 251 -
CMYK 0.54 0.49 0 0.02
HSL 235.11º 0.94% 0.72% -
HSV(B) 235.11º 0.54% 0.98% -
XYZ 32.2 25.86 94.56 -
YUV 137.85 191.86 112.42 -
System Red Green Blue C M Y K H S L
Decimal 116 127 251 0.54 0.49 0 0.02 235.11 0.94 0.72
Hex 74 7F FB 36 31 0 2 EB 5E 48
Octal 164 177 373 66 61 0 2 353 136 110
Binary 1110100 1111111 11111011 110110 110001 0 10 11101011 1011110 1001000

Color Harmonies of #747FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747FFB

Black with #747FFB

Text Example


Text Example

White with #747FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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