Html Css Color HEX #888CC2 Wild Blue Yonder

📋 copy color: '#888CC2'

red 136 ◦ green 140 ◦ blue 194

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

Shades of Wild Blue Yonder #888CC2

Tints of Wild Blue Yonder #888CC2

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.79%

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

R = 28.94%
G = 29.79%
B = 41.28%

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

#888CC2 (or 0x888CC2) is known color: Wild Blue Yonder. HEX triplet: 88, 8C and C2. RGB value is (136,140,194). Sum of RGB (Red+Green+Blue) = 136+140+194=470 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.94% from 470); Green value is 140 (55.08% from 255 or 29.79% from 470); Blue value is 194 (76.17% from 255 or 41.28% from 470); Max value from RGB is 194 - color contains mainly: blue. Hex color #888CC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888CC2 is #77733D. Grayscale: #909090. Windows color (decimal): -7828286 or 12749960. OLE color: 12749960.

HSL color Cylindrical-coordinate representation of color #888CC2: hue angle of 235.86º 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 #888CC2 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 136 140 194 -
CMYK 0.30 0.28 0 0.24
HSL 235.86º 0.32% 0.65% -
HSV(B) 235.86º 0.3% 0.76% -
XYZ 29.27 27.89 54.88 -
YUV 144.96 155.67 121.61 -
System Red Green Blue C M Y K H S L
Decimal 136 140 194 0.30 0.28 0 0.24 235.86 0.32 0.65
Hex 88 8C C2 1E 1C 0 18 EC 20 41
Octal 210 214 302 36 34 0 30 354 40 101
Binary 10001000 10001100 11000010 11110 11100 0 11000 11101100 100000 1000001

Color Harmonies of #888CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888CC2

Black with #888CC2

Text Example


Text Example

White with #888CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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