Html Css Color HEX #907FEF Light Slate Blue

📋 copy color: '#907FEF'

red 144 ◦ green 127 ◦ blue 239

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

Shades of Light Slate Blue #907FEF

Tints of Light Slate Blue #907FEF

RGB

 RED value IS 144 (56.64% from 255) = 28.24%

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

 BLUE value IS 239 (93.75% from 255) = 46.86%

R = 28.24%
G = 24.9%
B = 46.86%

CMYK

 C value IS 0.40

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#907FEF (or 0x907FEF) is known color: Light Slate Blue. HEX triplet: 90, 7F and EF. RGB value is (144,127,239). Sum of RGB (Red+Green+Blue) = 144+127+239=510 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.24% from 510); Green value is 127 (50% from 255 or 24.90% from 510); Blue value is 239 (93.75% from 255 or 46.86% from 510); Max value from RGB is 239 - color contains mainly: blue. Hex color #907FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #907FEF is #6F8010. Grayscale: #909090. Windows color (decimal): -7307281 or 15695760. OLE color: 15695760.

HSL color Cylindrical-coordinate representation of color #907FEF: hue angle of 249.11º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #907FEF is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 144 127 239 -
CMYK 0.40 0.47 0 0.06
HSL 249.11º 0.78% 0.72% -
HSV(B) 249.11º 0.47% 0.94% -
XYZ 34.67 27.34 85.11 -
YUV 144.85 181.13 127.39 -
System Red Green Blue C M Y K H S L
Decimal 144 127 239 0.40 0.47 0 0.06 249.11 0.78 0.72
Hex 90 7F EF 28 2F 0 6 F9 4E 48
Octal 220 177 357 50 57 0 6 371 116 110
Binary 10010000 1111111 11101111 101000 101111 0 110 11111001 1001110 1001000

Color Harmonies of #907FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907FEF

Black with #907FEF

Text Example


Text Example

White with #907FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #907FEF; }

 p { color: rgb(144,127,239); }

 H1.HeaderClassName
 {
   color: #907FEF;
 }
 .AnyTagClassName
 {
   color: #907FEF;
 }
</style>

background-color css

<style>
 a { background-color: #907FEF; }

 a { background-color: rgb(144,127,239); }

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

border-color css

<style>
 span { border-color: #907FEF; }

 span { border-color: rgb(144,127,239); }

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