Html Css Color HEX #8695CB Portage

📋 copy color: '#8695CB'

red 134 ◦ green 149 ◦ blue 203

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

Shades of Portage #8695CB

Tints of Portage #8695CB

RGB

 RED value IS 134 (52.73% from 255) = 27.57%

 GREEN value IS 149 (58.59% from 255) = 30.66%

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

R = 27.57%
G = 30.66%
B = 41.77%

CMYK

 C value IS 0.34

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8695CB (or 0x8695CB) is known color: Portage. HEX triplet: 86, 95 and CB. RGB value is (134,149,203). Sum of RGB (Red+Green+Blue) = 134+149+203=486 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.57% from 486); Green value is 149 (58.59% from 255 or 30.66% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 203 - color contains mainly: blue. Hex color #8695CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8695CB is #796A34. Grayscale: #969696. Windows color (decimal): -7957045 or 13342086. OLE color: 13342086.

HSL color Cylindrical-coordinate representation of color #8695CB: hue angle of 226.96º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8695CB is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 134 149 203 -
CMYK 0.34 0.27 0 0.20
HSL 226.96º 0.4% 0.66% -
HSV(B) 226.96º 0.34% 0.8% -
XYZ 31.36 30.88 60.81 -
YUV 150.67 157.53 116.11 -
System Red Green Blue C M Y K H S L
Decimal 134 149 203 0.34 0.27 0 0.20 226.96 0.4 0.66
Hex 86 95 CB 22 1B 0 14 E3 28 42
Octal 206 225 313 42 33 0 24 343 50 102
Binary 10000110 10010101 11001011 100010 11011 0 10100 11100011 101000 1000010

Color Harmonies of #8695CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8695CB

Black with #8695CB

Text Example


Text Example

White with #8695CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8695CB; }

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

 H1.HeaderClassName
 {
   color: #8695CB;
 }
 .AnyTagClassName
 {
   color: #8695CB;
 }
</style>

background-color css

<style>
 a { background-color: #8695CB; }

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

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

border-color css

<style>
 span { border-color: #8695CB; }

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

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