#907BBC

Color #907BBC True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #907BBC

Tints of True V #907BBC

Color information

#907BBC (or 0x907BBC) is unknown color: approx True V. HEX triplet: 90, 7B and BC. RGB value is (144,123,188). Sum of RGB (Red+Green+Blue) = 144+123+188=455 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.65% from 455); Green value is 123 (48.44% from 255 or 27.03% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 188 - color contains mainly: blue. Hex color #907BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907BBC is #6F8443. Grayscale: #888888. Windows color (decimal): -7308356 or 12352400. OLE color: 12352400.

HSL color Cylindrical-coordinate representation of color #907BBC: hue angle of 259.38º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #907BBC is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB144123188-
CMYK0.230.3500.26
HSL259.38º32.66%60.98%-
HSV(B)259.38º34.57%73.73%-
XYZ27.6623.7350.7-
YUV136.69156.96133.21-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.65%
GREEN value IS 123 (48.44% from 255) = 27.03%
BLUE value IS 188 (73.83% from 255) = 41.32%
R=31.65%
G=27.03%
B=41.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1441231880.230.3500.26259.3832.6660.98
Hex907BBC172301A103213d
Octal22017327427430324034175
Binary1001000011110111011110010111100011011010100000011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,123,188); }

 H1.HeaderClassName
 {
   color: #907BBC;
 }
 .AnyTagClassName
 {
   color: #907BBC;
 }
</style>
background-color css

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

 a { background-color: rgb(144,123,188); }

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

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

 span { border-color: rgb(144,123,188); }

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