Html Css Color HEX #888BC2 Wild Blue Yonder

📋 copy color: '#888BC2'

red 136 ◦ green 139 ◦ blue 194

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

Shades of Wild Blue Yonder #888BC2

Tints of Wild Blue Yonder #888BC2

RGB

 RED value IS 136 (53.52% from 255) = 29%

 GREEN value IS 139 (54.69% from 255) = 29.64%

 BLUE value IS 194 (76.17% from 255) = 41.36%

R = 29%
G = 29.64%
B = 41.36%

CMYK

 C value IS 0.30

 M value IS 0.28

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#888BC2 (or 0x888BC2) is known color: Wild Blue Yonder. HEX triplet: 88, 8B and C2. RGB value is (136,139,194). Sum of RGB (Red+Green+Blue) = 136+139+194=469 (62% of max value = 765). Red value is 136 (53.52% from 255 or 29.00% from 469); Green value is 139 (54.69% from 255 or 29.64% from 469); Blue value is 194 (76.17% from 255 or 41.36% from 469); Max value from RGB is 194 - color contains mainly: blue. Hex color #888BC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888BC2 is #77743D. Grayscale: #909090. Windows color (decimal): -7828542 or 12749704. OLE color: 12749704.

HSL color Cylindrical-coordinate representation of color #888BC2: hue angle of 236.9º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #888BC2 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 136 139 194 -
CMYK 0.30 0.28 0 0.24
HSL 236.9º 0.32% 0.65% -
HSV(B) 236.9º 0.3% 0.76% -
XYZ 29.12 27.59 54.83 -
YUV 144.37 156.01 122.03 -
System Red Green Blue C M Y K H S L
Decimal 136 139 194 0.30 0.28 0 0.24 236.9 0.32 0.65
Hex 88 8B C2 1E 1C 0 18 ED 20 41
Octal 210 213 302 36 34 0 30 355 40 101
Binary 10001000 10001011 11000010 11110 11100 0 11000 11101101 100000 1000001

Color Harmonies of #888BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888BC2

Black with #888BC2

Text Example


Text Example

White with #888BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888BC2; }

 p { color: rgb(136,139,194); }

 H1.HeaderClassName
 {
   color: #888BC2;
 }
 .AnyTagClassName
 {
   color: #888BC2;
 }
</style>

background-color css

<style>
 a { background-color: #888BC2; }

 a { background-color: rgb(136,139,194); }

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

border-color css

<style>
 span { border-color: #888BC2; }

 span { border-color: rgb(136,139,194); }

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