Html Css Color HEX #907CED Light Slate Blue

📋 copy color: '#907CED'

red 144 ◦ green 124 ◦ blue 237

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

Shades of Light Slate Blue #907CED

Tints of Light Slate Blue #907CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.93%

R = 28.51%
G = 24.55%
B = 46.93%

CMYK

 C value IS 0.39

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#907CED (or 0x907CED) is known color: Light Slate Blue. HEX triplet: 90, 7C and ED. RGB value is (144,124,237). Sum of RGB (Red+Green+Blue) = 144+124+237=505 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.51% from 505); Green value is 124 (48.83% from 255 or 24.55% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 237 - color contains mainly: blue. Hex color #907CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #907CED is #6F8312. Grayscale: #8E8E8E. Windows color (decimal): -7308051 or 15563920. OLE color: 15563920.

HSL color Cylindrical-coordinate representation of color #907CED: hue angle of 250.62º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #907CED is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 144 124 237 -
CMYK 0.39 0.48 0 0.07
HSL 250.62º 0.76% 0.71% -
HSV(B) 250.62º 0.48% 0.93% -
XYZ 34 26.46 83.44 -
YUV 142.86 181.13 128.81 -
System Red Green Blue C M Y K H S L
Decimal 144 124 237 0.39 0.48 0 0.07 250.62 0.76 0.71
Hex 90 7C ED 27 30 0 7 FB 4C 47
Octal 220 174 355 47 60 0 7 373 114 107
Binary 10010000 1111100 11101101 100111 110000 0 111 11111011 1001100 1000111

Color Harmonies of #907CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907CED

Black with #907CED

Text Example


Text Example

White with #907CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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