Html Css Color HEX #787BFB Light Slate Blue

📋 copy color: '#787BFB'

red 120 ◦ green 123 ◦ blue 251

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

Shades of Light Slate Blue #787BFB

Tints of Light Slate Blue #787BFB

RGB

 RED value IS 120 (47.27% from 255) = 24.29%

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

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

R = 24.29%
G = 24.9%
B = 50.81%

CMYK

 C value IS 0.52

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#787BFB (or 0x787BFB) is known color: Light Slate Blue. HEX triplet: 78, 7B and FB. RGB value is (120,123,251). Sum of RGB (Red+Green+Blue) = 120+123+251=494 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.29% from 494); Green value is 123 (48.44% from 255 or 24.90% 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 #787BFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #787BFB is #878404. Grayscale: #888888. Windows color (decimal): -8881157 or 16481144. OLE color: 16481144.

HSL color Cylindrical-coordinate representation of color #787BFB: hue angle of 238.63º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #787BFB is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 120 123 251 -
CMYK 0.52 0.51 0 0.02
HSL 238.63º 0.94% 0.73% -
HSV(B) 238.63º 0.52% 0.98% -
XYZ 32.24 25.12 94.42 -
YUV 136.7 192.51 116.09 -
System Red Green Blue C M Y K H S L
Decimal 120 123 251 0.52 0.51 0 0.02 238.63 0.94 0.73
Hex 78 7B FB 34 33 0 2 EF 5E 49
Octal 170 173 373 64 63 0 2 357 136 111
Binary 1111000 1111011 11111011 110100 110011 0 10 11101111 1011110 1001001

Color Harmonies of #787BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787BFB

Black with #787BFB

Text Example


Text Example

White with #787BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787BFB; }

 p { color: rgb(120,123,251); }

 H1.HeaderClassName
 {
   color: #787BFB;
 }
 .AnyTagClassName
 {
   color: #787BFB;
 }
</style>

background-color css

<style>
 a { background-color: #787BFB; }

 a { background-color: rgb(120,123,251); }

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

border-color css

<style>
 span { border-color: #787BFB; }

 span { border-color: rgb(120,123,251); }

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