Html Css Color HEX #907CEF Light Slate Blue

📋 copy color: '#907CEF'

red 144 ◦ green 124 ◦ blue 239

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

Shades of Light Slate Blue #907CEF

Tints of Light Slate Blue #907CEF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.46%

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

R = 28.4%
G = 24.46%
B = 47.14%

CMYK

 C value IS 0.40

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#907CEF (or 0x907CEF) is known color: Light Slate Blue. HEX triplet: 90, 7C and EF. RGB value is (144,124,239). Sum of RGB (Red+Green+Blue) = 144+124+239=507 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.40% from 507); Green value is 124 (48.83% from 255 or 24.46% from 507); Blue value is 239 (93.75% from 255 or 47.14% from 507); Max value from RGB is 239 - color contains mainly: blue. Hex color #907CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #907CEF is #6F8310. Grayscale: #8E8E8E. Windows color (decimal): -7308049 or 15694992. OLE color: 15694992.

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

Color convert

RGB 144 124 239 -
CMYK 0.40 0.48 0 0.06
HSL 250.43º 0.78% 0.71% -
HSV(B) 250.43º 0.48% 0.94% -
XYZ 34.29 26.58 84.98 -
YUV 143.09 182.13 128.65 -
System Red Green Blue C M Y K H S L
Decimal 144 124 239 0.40 0.48 0 0.06 250.43 0.78 0.71
Hex 90 7C EF 28 30 0 6 FA 4E 47
Octal 220 174 357 50 60 0 6 372 116 107
Binary 10010000 1111100 11101111 101000 110000 0 110 11111010 1001110 1000111

Color Harmonies of #907CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907CEF

Black with #907CEF

Text Example


Text Example

White with #907CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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