Html Css Color HEX #787FFD Light Slate Blue

📋 copy color: '#787FFD'

red 120 ◦ green 127 ◦ blue 253

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

Shades of Light Slate Blue #787FFD

Tints of Light Slate Blue #787FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.6%

R = 24%
G = 25.4%
B = 50.6%

CMYK

 C value IS 0.53

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#787FFD (or 0x787FFD) is known color: Light Slate Blue. HEX triplet: 78, 7F and FD. RGB value is (120,127,253). Sum of RGB (Red+Green+Blue) = 120+127+253=500 (66% of max value = 765). Red value is 120 (47.27% from 255 or 24% from 500); Green value is 127 (50% from 255 or 25.4% from 500); Blue value is 253 (99.22% from 255 or 50.6% from 500); Max value from RGB is 253 - color contains mainly: blue. Hex color #787FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #787FFD is #878002. Grayscale: #8A8A8A. Windows color (decimal): -8880131 or 16613240. OLE color: 16613240.

HSL color Cylindrical-coordinate representation of color #787FFD: hue angle of 236.84º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #787FFD is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 120 127 253 -
CMYK 0.53 0.50 0 0.01
HSL 236.84º 0.97% 0.73% -
HSV(B) 236.84º 0.53% 0.99% -
XYZ 33.06 26.26 96.26 -
YUV 139.27 192.18 114.25 -
System Red Green Blue C M Y K H S L
Decimal 120 127 253 0.53 0.50 0 0.01 236.84 0.97 0.73
Hex 78 7F FD 35 32 0 1 ED 61 49
Octal 170 177 375 65 62 0 1 355 141 111
Binary 1111000 1111111 11111101 110101 110010 0 1 11101101 1100001 1001001

Color Harmonies of #787FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787FFD

Black with #787FFD

Text Example


Text Example

White with #787FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,127,253); }

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

background-color css

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

 a { background-color: rgb(120,127,253); }

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

border-color css

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

 span { border-color: rgb(120,127,253); }

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