Html Css Color HEX #957BCB True V

📋 copy color: '#957BCB'

red 149 ◦ green 123 ◦ blue 203

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

Shades of True V #957BCB

Tints of True V #957BCB

RGB

 RED value IS 149 (58.59% from 255) = 31.37%

 GREEN value IS 123 (48.44% from 255) = 25.89%

 BLUE value IS 203 (79.69% from 255) = 42.74%

R = 31.37%
G = 25.89%
B = 42.74%

CMYK

 C value IS 0.27

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#957BCB (or 0x957BCB) is known color: True V. HEX triplet: 95, 7B and CB. RGB value is (149,123,203). Sum of RGB (Red+Green+Blue) = 149+123+203=475 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.37% from 475); Green value is 123 (48.44% from 255 or 25.89% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 203 - color contains mainly: blue. Hex color #957BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957BCB is #6A8434. Grayscale: #8B8B8B. Windows color (decimal): -6980661 or 13335445. OLE color: 13335445.

HSL color Cylindrical-coordinate representation of color #957BCB: hue angle of 259.5º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #957BCB is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 149 123 203 -
CMYK 0.27 0.39 0 0.20
HSL 259.5º 0.43% 0.64% -
HSV(B) 259.5º 0.39% 0.8% -
XYZ 30.26 24.87 59.71 -
YUV 139.89 163.61 134.5 -
System Red Green Blue C M Y K H S L
Decimal 149 123 203 0.27 0.39 0 0.20 259.5 0.43 0.64
Hex 95 7B CB 1B 27 0 14 104 2B 40
Octal 225 173 313 33 47 0 24 404 53 100
Binary 10010101 1111011 11001011 11011 100111 0 10100 100000100 101011 1000000

Color Harmonies of #957BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957BCB

Black with #957BCB

Text Example


Text Example

White with #957BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957BCB; }

 p { color: rgb(149,123,203); }

 H1.HeaderClassName
 {
   color: #957BCB;
 }
 .AnyTagClassName
 {
   color: #957BCB;
 }
</style>

background-color css

<style>
 a { background-color: #957BCB; }

 a { background-color: rgb(149,123,203); }

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

border-color css

<style>
 span { border-color: #957BCB; }

 span { border-color: rgb(149,123,203); }

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