Html Css Color HEX #957BCA True V

📋 copy color: '#957BCA'

red 149 ◦ green 123 ◦ blue 202

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

Shades of True V #957BCA

Tints of True V #957BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.62%

R = 31.43%
G = 25.95%
B = 42.62%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#957BCA (or 0x957BCA) is known color: True V. HEX triplet: 95, 7B and CA. RGB value is (149,123,202). Sum of RGB (Red+Green+Blue) = 149+123+202=474 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.43% from 474); Green value is 123 (48.44% from 255 or 25.95% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 202 - color contains mainly: blue. Hex color #957BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957BCA is #6A8435. Grayscale: #8B8B8B. Windows color (decimal): -6980662 or 13269909. OLE color: 13269909.

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

Color convert

RGB 149 123 202 -
CMYK 0.26 0.39 0 0.21
HSL 259.75º 0.43% 0.64% -
HSV(B) 259.75º 0.39% 0.79% -
XYZ 30.14 24.82 59.08 -
YUV 139.78 163.11 134.58 -
System Red Green Blue C M Y K H S L
Decimal 149 123 202 0.26 0.39 0 0.21 259.75 0.43 0.64
Hex 95 7B CA 1A 27 0 15 104 2B 40
Octal 225 173 312 32 47 0 25 404 53 100
Binary 10010101 1111011 11001010 11010 100111 0 10101 100000100 101011 1000000

Color Harmonies of #957BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957BCA

Black with #957BCA

Text Example


Text Example

White with #957BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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