Html Css Color HEX #9697CA Blue Bell

📋 copy color: '#9697CA'

red 150 ◦ green 151 ◦ blue 202

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

Shades of Blue Bell #9697CA

Tints of Blue Bell #9697CA

RGB

 RED value IS 150 (58.98% from 255) = 29.82%

 GREEN value IS 151 (59.38% from 255) = 30.02%

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

R = 29.82%
G = 30.02%
B = 40.16%

CMYK

 C value IS 0.26

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9697CA (or 0x9697CA) is known color: Blue Bell. HEX triplet: 96, 97 and CA. RGB value is (150,151,202). Sum of RGB (Red+Green+Blue) = 150+151+202=503 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.82% from 503); Green value is 151 (59.38% from 255 or 30.02% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 202 - color contains mainly: blue. Hex color #9697CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9697CA is #696835. Grayscale: #9C9C9C. Windows color (decimal): -6907958 or 13277078. OLE color: 13277078.

HSL color Cylindrical-coordinate representation of color #9697CA: hue angle of 238.85º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9697CA is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 150 151 202 -
CMYK 0.26 0.25 0 0.21
HSL 238.85º 0.33% 0.69% -
HSV(B) 238.85º 0.26% 0.79% -
XYZ 34.3 32.88 60.42 -
YUV 156.52 153.67 123.35 -
System Red Green Blue C M Y K H S L
Decimal 150 151 202 0.26 0.25 0 0.21 238.85 0.33 0.69
Hex 96 97 CA 1A 19 0 15 EF 21 45
Octal 226 227 312 32 31 0 25 357 41 105
Binary 10010110 10010111 11001010 11010 11001 0 10101 11101111 100001 1000101

Color Harmonies of #9697CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9697CA

Black with #9697CA

Text Example


Text Example

White with #9697CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9697CA; }

 p { color: rgb(150,151,202); }

 H1.HeaderClassName
 {
   color: #9697CA;
 }
 .AnyTagClassName
 {
   color: #9697CA;
 }
</style>

background-color css

<style>
 a { background-color: #9697CA; }

 a { background-color: rgb(150,151,202); }

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

border-color css

<style>
 span { border-color: #9697CA; }

 span { border-color: rgb(150,151,202); }

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