Html Css Color HEX #787FF2 Light Slate Blue

📋 copy color: '#787FF2'

red 120 ◦ green 127 ◦ blue 242

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

Shades of Light Slate Blue #787FF2

Tints of Light Slate Blue #787FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 49.49%

R = 24.54%
G = 25.97%
B = 49.49%

CMYK

 C value IS 0.50

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#787FF2 (or 0x787FF2) is known color: Light Slate Blue. HEX triplet: 78, 7F and F2. RGB value is (120,127,242). Sum of RGB (Red+Green+Blue) = 120+127+242=489 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.54% from 489); Green value is 127 (50% from 255 or 25.97% from 489); Blue value is 242 (94.92% from 255 or 49.49% from 489); Max value from RGB is 242 - color contains mainly: blue. Hex color #787FF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #787FF2 is #87800D. Grayscale: #898989. Windows color (decimal): -8880142 or 15892344. OLE color: 15892344.

HSL color Cylindrical-coordinate representation of color #787FF2: hue angle of 236.56º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #787FF2 is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 120 127 242 -
CMYK 0.50 0.48 0 0.05
HSL 236.56º 0.82% 0.71% -
HSV(B) 236.56º 0.5% 0.95% -
XYZ 31.36 25.58 87.29 -
YUV 138.02 186.68 115.15 -
System Red Green Blue C M Y K H S L
Decimal 120 127 242 0.50 0.48 0 0.05 236.56 0.82 0.71
Hex 78 7F F2 32 30 0 5 ED 52 47
Octal 170 177 362 62 60 0 5 355 122 107
Binary 1111000 1111111 11110010 110010 110000 0 101 11101101 1010010 1000111

Color Harmonies of #787FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787FF2

Black with #787FF2

Text Example


Text Example

White with #787FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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